Skip to content

feat(governance): scaffold ASSERT + Red Team runners; tutorial dual-option step 12#299

Merged
placerda merged 1 commit into
developfrom
feature/governance-skill-scaffold-assert
Jun 10, 2026
Merged

feat(governance): scaffold ASSERT + Red Team runners; tutorial dual-option step 12#299
placerda merged 1 commit into
developfrom
feature/governance-skill-scaffold-assert

Conversation

@placerda

Copy link
Copy Markdown
Contributor

The agentops-governance skill previously only drafted reviewable evidence skeletons. It now also walks the user through the executor scaffold:

  • ASSERT: pip install assert-ai, create ./assert/eval_config.yaml with reviewable defaults (prompt_injection / pii_leak / jailbreak, 5 cases each), and append the assert: block to agentops.yaml.
  • Red Team: pip install 'azure-ai-evaluation[redteam]' and append the redteam: block with a 0.2 attack-success-rate fail gate.

Guardrails are unchanged: never write payloads, never claim AgentOps enforces the runtime, and stay within the official YAML schema each backend supports.

Tutorial step 12 now offers two execution paths:
Option A - Ask Copilot via the agentops-governance skill (one prompt).
Option B - Run the install + scaffold commands manually.

Plugin marketplace skill copy resynced via scripts/sync-skills.ps1.

921 tests pass.

…ption step 12

The `agentops-governance` skill previously only drafted reviewable evidence
skeletons. It now also walks the user through the executor scaffold:

- ASSERT: `pip install assert-ai`, create `./assert/eval_config.yaml` with
  reviewable defaults (prompt_injection / pii_leak / jailbreak, 5 cases each),
  and append the `assert:` block to `agentops.yaml`.
- Red Team: `pip install 'azure-ai-evaluation[redteam]'` and append the
  `redteam:` block with a 0.2 attack-success-rate fail gate.

Guardrails are unchanged: never write payloads, never claim AgentOps enforces
the runtime, and stay within the official YAML schema each backend supports.

Tutorial step 12 now offers two execution paths:
  Option A - Ask Copilot via the agentops-governance skill (one prompt).
  Option B - Run the install + scaffold commands manually.

Plugin marketplace skill copy resynced via scripts/sync-skills.ps1.

921 tests pass.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@placerda placerda merged commit 7103f3d into develop Jun 10, 2026
12 checks passed
@placerda placerda deleted the feature/governance-skill-scaffold-assert branch June 10, 2026 18:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant